object Step2: TStep2 Left = 269 Top = 147 Cursor = crHourGlass BorderIcons = [] BorderStyle = bsNone Caption = 'Setup' ClientHeight = 56 ClientWidth = 417 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 417 Height = 56 Align = alClient Caption = 'Setup is checking for neccessary diskspace' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Image1: TImage Left = 15 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end object Timer1: TTimer Enabled = False Interval = 1500 OnTimer = Timer1Timer Left = 300 Top = 5 end end